From: tsteven4 Date: Sun, 2 Aug 2015 19:58:42 +0000 (-0600) Subject: try to have travis build doc. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~10^2~6^2~8^2~11 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=db9c06526b375257c065281c52627a046d55e2b9;p=gpsbabel.git try to have travis build doc. --- diff --git a/.travis.yml b/.travis.yml index 050b03bd4..9af2c8973 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ compiler: - clang before_install: - sudo apt-get update -qq - - sudo apt-get install -y valgrind expat + - sudo apt-get install -y valgrind expat fop script: - - cd gpsbabel ; ./configure && make -j3 all && bash ./testo && bash ./vtesto -# TODO: build doc, GUI, mac + - cd gpsbabel ; ./configure && make -j3 all && make doc && bash ./testo && bash ./vtesto +# TODO: build GUI, mac, test-all